home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Faces of Papua New Guinea
/
Faces of Papua New Guinea by Wm. C. Clarke, Ph.D. (Wayzata Technology)(3211)(1995).bin
/
mmdmovie
/
playall3
/
00001_Script_1
next >
Wrap
Text File
|
1995-01-31
|
282b
|
17 lines
on exitFrame
global mTimeNow
put the movieTime of sprite 10 into nowT
put the duration of cast "farmers.mov" into doneT
if nowT < mTimeNow then
go next
else
if nowT < doneT then
go to frame 2
else
go next
end if
end if
end